4 String hashing ops take a string input tensor and map each element to an integer.
6 tf.string_to_hash_bucket_fast
7 tf.string_to_hash_bucket_strong
8 tf.string_to_hash_bucket
10 String joining ops concatenate elements of input string tensors to produce a new string tensor.